Delete Key
Command Prototype
INI.DeleteKey(sFile, sSection, sKey)
Command Description
Delete the specified key in the specified section of the INI configuration file
Parameter Description
- Required Parameter
- sFile--The path to the .ini file
- sSection--Name of the section to delete the key from
- sKey--Name of the key to delete